xcLed Property Help Version 1

xcLed Main Menu

Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com

WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetic order.
xcBackColor
xcBackTransparent
xcCaption
xcCaptionColor
xcCaptionVisible
xcEnabled
xcFont
xcLedColor
xcLedType
xcValue

More options
Custom Property Pages (General Information)

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcBackColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color for the led background.
   
Example: object.xcBackColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackTransparent

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the background for the led is transparent.
   
Example: object.xcBackTransparent = True 
object.xcBackTransparent = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaption

 
Data Type: String
   
Description: Return or Set the caption that is displayed under the led.
   
Example: object.xcCaption = "My led"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color of the caption
   
Example: object.xcCaptionColor = RGB(255,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionVisible

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the caption is visible
   
Example: object.xcCaptionVisible = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcEnabled

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether the led is enabled or disabled.  When the led is disabled, it will not respond to any user actions or events.
   
Example: object.xcEnabled = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcFont

 
Data Type: OLE FONT
   
Description: Return or Set the font, font size and font attributes.
   
Example: object.xcFont= "MS Sans Serif"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLedColor

 
Data Type: Integer
   
Description: Return or Set the the color of the led to GREEN, YELLOW or RED
   
Example: object.xcLedColor = 0 - GREEN
object.xcLedColor = 1 - YELLOW
object.xcLedColor = 2 - RED
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcLedType

 
Data Type: Integer
   
Description: Return or Set the type of graphical led that is visible.
   
Example: object.xcLedType = 0 - Type1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcValue

 
Data Type: Boolean (True or False)
   
Description: Return or Set the current state of the led. 
   
Example: object.xcValue = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS